From f1b7005ede1de03312510fce7442ebc65f89f936 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Nov 2015 19:14:38 -0500 Subject: [PATCH] combobox: Don't add .linked It interferes with getting the desired styling for combo boxes with an entry, and is not needed. --- gtk/gtkcombobox.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 2b6344a730..0831ce6965 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4399,9 +4399,6 @@ gtk_combo_box_constructed (GObject *object) context = gtk_widget_get_style_context (GTK_WIDGET (entry)); gtk_style_context_add_class (context, "combo"); - context = gtk_widget_get_style_context (GTK_WIDGET (combo_box)); - gtk_style_context_add_class (context, "linked"); - priv->text_renderer = gtk_cell_renderer_text_new (); gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), priv->text_renderer, TRUE); -- 2.30.2